gtk: remove non-breaking space, probably there by mistake
authorArnaud Rebillout <elboulangero@gmail.com>
Sat, 16 Dec 2017 16:12:50 +0000 (23:12 +0700)
committerDaniel Boles <dboles@src.gnome.org>
Tue, 2 Jan 2018 15:42:18 +0000 (15:42 +0000)
Signed-off-by: Arnaud Rebillout <elboulangero@gmail.com>
https://bugzilla.gnome.org/show_bug.cgi?id=791710

gtk/gtktextbuffer.c

index 81b95f5d83583fbeac5499d88c34b49a11dfbd4a..3efec4942c7cb5b206eb4b5ae43a60557a1fac24 100644 (file)
@@ -3827,7 +3827,7 @@ remove_all_selection_clipboards (GtkTextBuffer *buffer)
  * @override_location: (allow-none): location to insert pasted text, or %NULL
  * @default_editable: whether the buffer is editable by default
  *
- * Pastes the contents of a clipboard. If @override_location is %NULL, the
+ * Pastes the contents of a clipboard. If @override_location is %NULL, the
  * pasted text will be inserted at the cursor position, or the buffer selection
  * will be replaced if the selection is non-empty.
  *